Uses of Class
ddejonge.bandana.calculators.ScoreCalculator
Package | Description |
---|---|
ddejonge.bandana.calculators | |
ddejonge.bandana.tools | |
ddejonge.bandana.tournamentObserver |
-
Uses of ScoreCalculator in ddejonge.bandana.calculators
Subclasses of ScoreCalculator in ddejonge.bandana.calculators Modifier and Type Class Description class
MissedDeadlineScoreCalculator
class
PointsCalculator
class
RankCalculator
class
SoloVictoryCalculator
class
SupplyCenterCalculator
-
Uses of ScoreCalculator in ddejonge.bandana.tools
Constructor parameters in ddejonge.bandana.tools with type arguments of type ScoreCalculator Constructor Description DiplomacyMonitor(java.lang.String title, int numTeams, java.util.List<ScoreCalculator> scoreCalculators, boolean displayIndividualAgents)
-
Uses of ScoreCalculator in ddejonge.bandana.tournamentObserver
Methods in ddejonge.bandana.tournamentObserver that return types with arguments of type ScoreCalculator Modifier and Type Method Description java.util.List<ScoreCalculator>
TournamentData. getScoreCalculators()
java.util.List<ScoreCalculator>
TournamentObserver. getScoreCalculators()
Method parameters in ddejonge.bandana.tournamentObserver with type arguments of type ScoreCalculator Modifier and Type Method Description java.util.List<Team>
TournamentData. getTeamsSorted(java.util.List<ScoreCalculator> scoreCalculators)
Returns the list of teams, sorted according to the given scoreCalculators (the team with the best score will be first in the list).Constructor parameters in ddejonge.bandana.tournamentObserver with type arguments of type ScoreCalculator Constructor Description TournamentObserver(java.lang.String tournamentLogFolderPath, java.util.List<ScoreCalculator> scoreCalculators, int numGames, int numParticipants)